Split up GtkWrapBox:spreading property into two orientation specific properties.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 21 Sep 2010 09:31:02 +0000 (18:31 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 21 Sep 2010 13:00:54 +0000 (22:00 +0900)
commite976abe825e5bff0772e1944dc13a11ebbc7d755
treec805c47b60aae81ebd402026e2fffeb3f9c4dbf2
parent9e2996decd9b1e9985b6b5154d0f4e65923761a5
Split up GtkWrapBox:spreading property into two orientation specific properties.

Now GtkWrapBox has "horizontal-spreading" and "vertical-spreading" options,
before GtkWrapBox never spread out children across the opposing orientation
(i.e. it never grew "lines" larger then their natural width, they would
act as if set to GTK_WRAP_BOX_SPREAD_START, now they are completely configurable).
gtk/gtkenums.h
gtk/gtkwrapbox.c
gtk/gtkwrapbox.h
tests/testwrapbox.c